home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 February
/
PCWorld_2004-02_cd.bin
/
software
/
vyzkuste
/
jaknavideo
/
jaknavideo.exe
/
abcavi.exe
/
{app}
/
Template
/
rename.exp
< prev
next >
Wrap
INI File
|
2003-01-19
|
725b
|
30 lines
[Info]
Name=Simple file rename
Target=$(temp)/run_it.bat
OEM=1
Clipboard=0
Target_rewrite=1
Version=2
[Description]
0=*This template creates BAT file in your temporary directory. When this file is executed, it renames files to form:
1=*
2=*n - width x height.avi
3=*
4=*You can edit body of template and create new file name with other keywords.
5=*
6=*P.S. Be careful when creating new rename templates - test it on unimportant files before serious use
[Header]
0=*@echo off
1=*echo Renaming started...
[Body]
0=*ren "$(fullname)" "$(number) - $(width)x$(height).$(ext)"
1=*echo "$(name).$(ext)" --} "$(number) - $(width)x$(height).$(ext)"
[Footer]
0=*echo Rename script complited
1=*pause